home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mita.dir / 00236.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  197 b   |  13 lines

  1. on mouseDown
  2.   set the castNum of sprite 11 to 33
  3. end
  4.  
  5. on mouseUp
  6.   global comp
  7.   if not comp then
  8.     exit
  9.   end if
  10.   set the castNum of sprite 11 to 41
  11.   set the movieRate of sprite 48 to -2
  12. end
  13.